Adapted IDE to no explicit return type required for public declarations
This commit is contained in:
@@ -1 +1 @@
|
||||
fun getText(): String = "xxx"<caret> //TODO
|
||||
fun getText(): String = "xxx" //TODO
|
||||
@@ -1,2 +1,2 @@
|
||||
fun getText(): String = // let's return xxx
|
||||
"xxx"<caret> //TODO
|
||||
"xxx" //TODO
|
||||
@@ -1,2 +1,2 @@
|
||||
fun getText(): String = // let's return xxx
|
||||
"xxx"<caret>
|
||||
"xxx"
|
||||
Reference in New Issue
Block a user