Files
kotlin/compiler/testData/writeFlags/function/withDefaultArguments/funInClass.kt
2019-04-09 08:11:29 +02:00

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