backend/tests:
* enable 'expression_as_statement'
* add unit{1..4}
This commit is contained in:
committed by
SvyatoslavScherbina
parent
43b3902a0f
commit
276e3bcd44
@@ -0,0 +1,8 @@
|
||||
fun main(args: Array<String>) {
|
||||
val x = foo()
|
||||
println(x.toString())
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
return Unit
|
||||
}
|
||||
Reference in New Issue
Block a user