41455a56c5
- Remove duplicated test
10 lines
98 B
Plaintext
10 lines
98 B
Plaintext
package testing.handlers
|
|
|
|
fun testFun() {
|
|
}
|
|
|
|
fun other() {
|
|
testFun()<caret>
|
|
}
|
|
|
|
// INSERT: test |