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

9 lines
207 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
class MyClass() {
inline fun <reified T> test(s: String = "") {}
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: MyClass, test$default
// FLAGS: ACC_STATIC, ACC_SYNTHETIC