7 lines
253 B
Kotlin
Vendored
7 lines
253 B
Kotlin
Vendored
// See KT-15601
|
|
|
|
@Suppress("HEADER_WITHOUT_IMPLEMENTATION")
|
|
header interface Event
|
|
|
|
@Suppress("SOMETHING_WRONG")
|
|
header class <error descr="[HEADER_WITHOUT_IMPLEMENTATION] Header declaration 'Wrong' has no implementation in module for JVM">Wrong</error> |