Rewrite tests for formatting during typing with auto generator
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package testing
|
||||
|
||||
private fun times<T>(times : Int, body : () -> T) {}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
times(3) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user