KT-339 Allow to omit Unit return type from function types
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(f : fun()) {
|
||||
val x : Unit = f()
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
fun foo(f : fun()) {
|
||||
val x : Unit = f()
|
||||
}
|
||||