6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
// !WITH_NEW_INFERENCE
|
|
fun bar() {
|
|
fun <T: T?> foo() {}
|
|
foo()
|
|
}
|