Added tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
open class C<T> {
|
||||
fun foo(t: T): T = t
|
||||
}
|
||||
|
||||
class B : C<String>() {
|
||||
fun f() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: { itemText: "foo", tailText: "(t: String)", typeText: "String" }
|
||||
Reference in New Issue
Block a user