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

7 lines
80 B
Kotlin
Vendored

// DISABLE-ERRORS
expect class My {
val name: String
val age: String
}