8 lines
174 B
Kotlin
Vendored
8 lines
174 B
Kotlin
Vendored
class MyClass() {
|
|
fun test(s: String = "") {}
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: function
|
|
// TESTED_OBJECTS: MyClass, test$default
|
|
// FLAGS: ACC_PUBLIC, ACC_STATIC, ACC_SYNTHETIC
|