mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
8 lines
181 B
Kotlin
Vendored
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
|