Files
kotlin-fork/idea/testData/intentions/valToObject/expected.kt
T

7 lines
135 B
Kotlin
Vendored

// SKIP_ERRORS_BEFORE
// SKIP_ERRORS_AFTER
expect interface EmptyInterface
expect val <caret>ofInterface = object : EmptyInterface{}