mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
9 lines
169 B
Kotlin
Vendored
9 lines
169 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
class Foo {
|
|
inline fun foo() = { }
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: class
|
|
// TESTED_OBJECTS: Foo$foo$1
|
|
// FLAGS: ACC_PUBLIC, ACC_FINAL, ACC_SUPER
|