mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
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
|