Files
kotlin/compiler/testData/writeFlags/function/withDefaultArguments/topLevelFun.kt
2019-04-17 14:53:30 +02:00

6 lines
156 B
Kotlin
Vendored

fun test(s: String = "") {}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: TopLevelFunKt, test$default
// FLAGS: ACC_PUBLIC, ACC_STATIC, ACC_SYNTHETIC