parser tweaks to compensate for removal of static type assertions
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
{a: Int}
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
{a: Int}
|
||||
}
|
||||