7 lines
135 B
Kotlin
Vendored
7 lines
135 B
Kotlin
Vendored
// SKIP_ERRORS_BEFORE
|
|
// SKIP_ERRORS_AFTER
|
|
|
|
expect interface EmptyInterface
|
|
|
|
expect val <caret>ofInterface = object : EmptyInterface{}
|