11 lines
113 B
Kotlin
Vendored
11 lines
113 B
Kotlin
Vendored
package stopInWrongClass
|
|
|
|
class A {
|
|
fun test() {
|
|
// Breakpoint 1
|
|
foo()
|
|
}
|
|
}
|
|
|
|
fun foo() {
|
|
} |