Changes on code review
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// FILE: Super.java
|
||||
class Super {
|
||||
void foo(Runnable r) {
|
||||
}
|
||||
}
|
||||
|
||||
// FILE: Sub.kt
|
||||
class Sub() : Super() {
|
||||
fun foo(<!UNUSED_PARAMETER!>r<!> : (() -> Unit)?) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user