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

7 lines
74 B
Kotlin
Vendored

actual class My {
actual fun foo() {}
}
fun test() {
My().foo()
}