mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -2,7 +2,7 @@ package test
|
||||
|
||||
public final class Sub : test.Super {
|
||||
public constructor Sub()
|
||||
internal open fun foo(/*0*/ r: (() -> kotlin.Unit)?): kotlin.Unit
|
||||
public open fun foo(/*0*/ r: (() -> kotlin.Unit)?): kotlin.Unit
|
||||
public/*package*/ open override /*1*/ /*fake_override*/ fun foo(/*0*/ r: java.lang.Runnable!): kotlin.Unit
|
||||
}
|
||||
|
||||
|
||||
@@ -2,10 +2,10 @@ package test
|
||||
|
||||
public open class Sub : test.Super {
|
||||
public constructor Sub()
|
||||
internal final override /*1*/ /*fake_override*/ fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit
|
||||
public final override /*1*/ /*fake_override*/ fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit
|
||||
}
|
||||
|
||||
public final class Super {
|
||||
public constructor Super()
|
||||
internal final fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit
|
||||
public final fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit
|
||||
}
|
||||
|
||||
@@ -7,5 +7,5 @@ public open class Sub : test.Super {
|
||||
|
||||
public final class Super {
|
||||
public constructor Super()
|
||||
internal final fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit
|
||||
public final fun foo(/*0*/ r: java.lang.Runnable): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user