Files
kotlin-fork/jps/jps-plugin/testData/incremental/incrementalJvmCompilerOnly/addNestedClass/notUsage.kt
T
2022-01-12 15:09:45 +01:00

6 lines
60 B
Kotlin
Vendored

import test.*
fun foo(x: Nested) {
JavaClass().foo()
}