Implement a bunch of string based postfix templates
#KT-4710 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
1b391123e6
commit
189705727f
@@ -0,0 +1,5 @@
|
||||
fun foo(x: Boolean) {
|
||||
while (x) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user