mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
8 lines
124 B
Kotlin
Vendored
8 lines
124 B
Kotlin
Vendored
class Foo {
|
|
fun foo() = { }
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: class
|
|
// TESTED_OBJECTS: Foo$foo$1
|
|
// FLAGS: ACC_FINAL, ACC_SUPER
|