Files
kotlin-fork/jps-plugin/testData/incremental/incrementalJvmCompilerOnly/addNestedClass/notUsage.kt
T
2017-12-12 16:17:58 +03:00

6 lines
60 B
Kotlin
Vendored

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