Implement split/join property declaration
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun foo(n: Int) {
|
||||
// foo3
|
||||
<caret>val x: String = "" // bar3
|
||||
/* baz */
|
||||
}
|
||||
Reference in New Issue
Block a user