Added test for soutp.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun main(args : Array<String>) {
|
||||
fun secondary(x : Int, y : Int) {
|
||||
println("x = [${x}], y = [${y}]")<caret>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun main(args : Array<String>) {
|
||||
fun secondary(x : Int, y : Int) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user