Adapted IDE to no explicit return type required for public declarations
This commit is contained in:
@@ -3,5 +3,5 @@ interface T{
|
||||
return i()
|
||||
}
|
||||
|
||||
fun i(): Int = 1
|
||||
fun i() = 1
|
||||
}
|
||||
Reference in New Issue
Block a user