4c9a4548f2
`overriddenMembers` contract requires original (non-enhanced) function See other usages Ignored tests have been working accidentally ^KT-43289 Open
14 lines
364 B
Plaintext
Vendored
14 lines
364 B
Plaintext
Vendored
FILE: main.kt
|
|
public final fun foo(j: R|MyJavaClass|): R|kotlin/Unit| {
|
|
R|<local>/j|.R|/MyJavaClass.bar|()
|
|
}
|
|
public abstract class MyClass : R|kotlin/Any| {
|
|
public constructor(): R|MyClass| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public open fun bar(y: R|kotlin/String?| = Null(null)): R|kotlin/Unit| {
|
|
}
|
|
|
|
}
|