KT-12623 Fixed ISE: Type parameter ... not found for public fun ...
#KT-12623 Fixed Also EA-72653 fixed.
This commit is contained in:
+5
-1
@@ -6,4 +6,8 @@ fun @[a()] T.foo<, T, , T>(a : foo) : bar
|
||||
fun @[a()] T.foo<T, T>(, a : foo, , a: b) : bar
|
||||
|
||||
fun foo() : = a;
|
||||
fun foo() = ;
|
||||
fun foo() = ;
|
||||
|
||||
fun <T> foo<D>()
|
||||
fun <T> foo<D()
|
||||
fun <T> A.<foo()
|
||||
|
||||
Reference in New Issue
Block a user