mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
8 lines
143 B
Kotlin
Vendored
8 lines
143 B
Kotlin
Vendored
class Foo {
|
|
inline fun foo() = { }
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: class
|
|
// TESTED_OBJECTS: Foo$foo$1
|
|
// FLAGS: ACC_PUBLIC, ACC_FINAL, ACC_SUPER
|