0274ce4619
#KT-10260 Fixed
12 lines
152 B
Kotlin
Vendored
12 lines
152 B
Kotlin
Vendored
|
|
interface Test {
|
|
fun a() {
|
|
|
|
}
|
|
}
|
|
|
|
|
|
// TESTED_OBJECT_KIND: class
|
|
// TESTED_OBJECTS: Test$DefaultImpls
|
|
// FLAGS: ACC_PUBLIC, ACC_FINAL, ACC_SUPER
|