We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5077d3b commit 35f2466Copy full SHA for 35f2466
README.md
@@ -26,7 +26,7 @@ fun `test my annotation processor`() {
26
class KClass {
27
fun foo() {
28
// Classes from the test environment are visible to the compiled sources
29
- val hostClass = TestEnvClass()
+ val testEnvClass = TestEnvClass()
30
}
31
""")
32
0 commit comments