Move debugger test data to the new location
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
package kotlinSamFunction
|
||||
|
||||
import forTests.MyJavaClass
|
||||
|
||||
class KotlinSubclass : MyJavaClass() {
|
||||
override fun other(runnable: Runnable) {
|
||||
super.other(runnable)
|
||||
}
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val klass = KotlinSubclass()
|
||||
//Breakpoint!
|
||||
klass.other { /* do nothing*/ }
|
||||
}
|
||||
Reference in New Issue
Block a user