Files
kotlin/compiler/testData/writeFlags/function/withDefaultArguments/reifiedFunInClass.kt
2019-05-28 16:17:49 +02:00

8 lines
193 B
Kotlin
Vendored

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