Files
2023-08-21 12:11:58 +00:00

30 lines
991 B
Plaintext
Vendored

FILE: mixingImplicitAndExplicitReceivers.kt
public final fun takeString(s: R|kotlin/String|): R|kotlin/Unit| {
}
public final class Wrapper : R|kotlin/Any| {
public constructor(s: R|kotlin/String?|): R|Wrapper| {
super<R|kotlin/Any|>()
}
public final val s: R|kotlin/String?| = R|<local>/s|
public get(): R|kotlin/String?|
public final fun withThis(): R|kotlin/Unit| {
when () {
!=(this@R|/Wrapper|.R|/Wrapper.s|, Null(null)) -> {
<Ambiguity: takeString, [/takeString, /takeString]>#(this@R|/Wrapper|.R|/Wrapper.s|)
}
}
when () {
!=(this@R|/Wrapper|.R|/Wrapper.s|, Null(null)) -> {
<Ambiguity: takeString, [/takeString, /takeString]>#(this@R|/Wrapper|.R|/Wrapper.s|)
}
}
}
}
public final fun takeString(s: R|kotlin/String|): R|kotlin/Unit| {
}