KT-555 Parse error for generic function invocation
#KT-555 Fixed
This commit is contained in:
@@ -27,4 +27,9 @@ fun foo() {
|
||||
f(foo<a, b>(a))
|
||||
f(foo<a, 1, b>(a))
|
||||
f(foo<a, (1 + 2), b>(a))
|
||||
f(foo<a, 1 + 2, b>(a))
|
||||
f(foo<a, 1 * 2, b>(a))
|
||||
f(foo<a, *, b>(a))
|
||||
f(foo<a, "", b>(a))
|
||||
foo<*>()
|
||||
}
|
||||
Reference in New Issue
Block a user