5 lines
52 B
Kotlin
Vendored
5 lines
52 B
Kotlin
Vendored
class Aaa() {
|
|
fun f() = 1
|
|
fun <P> f() = 1
|
|
}
|