Add test for KT-6240: create custom renderer for generic class
#KT-6240 Open
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// KT-6240
|
||||
class <caret>A<T> {
|
||||
fun foo(t: T)
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
this.foo(<error descr="[TYPE_MISMATCH] Type mismatch: inferred type is kotlin.String but T was expected">"a"</error>)
|
||||
Reference in New Issue
Block a user