Type annotations required on functions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class SimpleClass {
|
||||
fun foo() {
|
||||
fun foo() : Int {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user