Files
kotlin/compiler/testData/writeFlags/function/withDefaultArguments/reifiedFunInClass.kt
2018-03-14 13:57:49 +01:00

8 lines
181 B
Kotlin
Vendored

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