GreatSyntacticShift: Codegen testdata fixed
This commit is contained in:
@@ -2,7 +2,7 @@ fun foo(u : Unit) : Int = 1
|
||||
|
||||
fun test() : Int {
|
||||
foo(1)
|
||||
val a : fun() : Unit = {
|
||||
val a : () -> Unit = {
|
||||
foo(1)
|
||||
}
|
||||
return 1 - "1"
|
||||
|
||||
Reference in New Issue
Block a user