Files
kotlin-fork/idea/testData/intentions/changeVisibility/private/expect2.kt
T
2018-10-11 17:20:46 +03:00

7 lines
108 B
Kotlin
Vendored

// SKIP_ERRORS_BEFORE
// SKIP_ERRORS_AFTER
// IS_APPLICABLE: false
expect class C {
<caret>fun test()
}