New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
76b73542d9
commit
b13f7431f2
@@ -1,5 +1,5 @@
|
||||
class Test {
|
||||
var someRunnable: Runnable? = object : Runnable {
|
||||
var someRunnable: Runnable = object : Runnable {
|
||||
override fun run() {
|
||||
this.run()
|
||||
}
|
||||
@@ -15,7 +15,7 @@ class Test2 {
|
||||
}
|
||||
|
||||
class Handler {
|
||||
fun postDelayed(r: Runnable?, time: Long) {}
|
||||
fun postDelayed(r: Runnable, time: Long) {}
|
||||
}
|
||||
|
||||
class Test3 {
|
||||
|
||||
Reference in New Issue
Block a user