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