mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
11 lines
216 B
Kotlin
Vendored
11 lines
216 B
Kotlin
Vendored
package p
|
|
|
|
class X<V>(<!UNUSED_PARAMETER!>provider<!>: () -> V, <!UNUSED_PARAMETER!>trackValue<!>: Boolean) {
|
|
}
|
|
|
|
class B {
|
|
val c = <!NO_VALUE_FOR_PARAMETER!>X<!><String> <!TYPE_MISMATCH!>{
|
|
"e"
|
|
}<!>
|
|
}
|