Parse type arguments after callable reference as error
Is likely to be supported in the future
This commit is contained in:
Vendored
+8
@@ -50,3 +50,11 @@ fun err2() {
|
||||
fun err3() {
|
||||
::
|
||||
}
|
||||
|
||||
fun typeArgumentsError() {
|
||||
::a<b>
|
||||
::a<b,c<*>>
|
||||
a::b<c>
|
||||
|
||||
::a<b>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user