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