mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
9 lines
150 B
Kotlin
Vendored
9 lines
150 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
class Foo {
|
|
fun foo() = { }
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: class
|
|
// TESTED_OBJECTS: Foo$foo$1
|
|
// FLAGS: ACC_FINAL, ACC_SUPER
|