Skip to content

Commit 35f2466

Browse files
Update README.md
1 parent 5077d3b commit 35f2466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fun `test my annotation processor`() {
2626
class KClass {
2727
fun foo() {
2828
// Classes from the test environment are visible to the compiled sources
29-
val hostClass = TestEnvClass()
29+
val testEnvClass = TestEnvClass()
3030
}
3131
""")
3232

0 commit comments

Comments
 (0)