mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
9 lines
200 B
Kotlin
Vendored
9 lines
200 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
class MyClass() {
|
|
fun test(s: String = "") {}
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: function
|
|
// TESTED_OBJECTS: MyClass, test$default
|
|
// FLAGS: ACC_PUBLIC, ACC_STATIC, ACC_SYNTHETIC
|