Files
kotlin/compiler/testData/javaModules/simple/moduleB/usage.kt
Alexander Udalov 03d83db660 Support -Xmodule-path and -Xadd-modules command line arguments
#KT-18598 In Progress
 #KT-18599 Fixed
2017-06-29 15:59:56 +03:00

6 lines
42 B
Kotlin
Vendored

import foo.Foo
fun usage() {
Foo()
}