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

7 lines
123 B
Plaintext
Vendored

// SKIP_ERRORS_BEFORE
// SKIP_ERRORS_AFTER
expect interface EmptyInterface
expect object ofInterface : EmptyInterface {}