Files
kotlin-fork/idea/testData/multiModuleQuickFix/classFunctionWithConstructor/header/header.kt
T
2018-06-29 10:54:35 +03:00

5 lines
55 B
Kotlin
Vendored

// DISABLE-ERRORS
expect class My() {
fun test()
}