Files
kotlin-fork/idea/testData/multiModuleQuickFix/other/importCommonClassInJs/js/b.kt.after
T
2019-08-27 17:26:08 +07:00

8 lines
68 B
Plaintext
Vendored

// "Import" "true"
package bar
import foo.Foo
fun use(f: Foo) {
}