[LL FIR] add script tests for AbstractFirLazyDeclarationResolveTest
^KT-60728
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
open class Foo<T : CharSequence>
|
||||
|
||||
fun bar(): Foo<String>? {
|
||||
return null
|
||||
}
|
||||
|
||||
fun resolve<caret>Me() {
|
||||
val x = bar()
|
||||
}
|
||||
Reference in New Issue
Block a user