Type annotations required on functions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun foo() {
|
||||
fun foo() : Int {
|
||||
val s = ""
|
||||
val x = 1
|
||||
when (x) {
|
||||
|
||||
Reference in New Issue
Block a user