267ce1d892
^KT-54220 Fixed
15 lines
369 B
Plaintext
Vendored
15 lines
369 B
Plaintext
Vendored
FILE: kt54220.kt
|
|
public final const val c: R|kotlin/UInt| = UInt(1).R|kotlin/UInt.plus|(UInt(2))
|
|
public get(): R|kotlin/UInt|
|
|
public final fun box(): R|kotlin/String| {
|
|
^box when () {
|
|
!=(R|/c|, UInt(3)) -> {
|
|
String(fail)
|
|
}
|
|
else -> {
|
|
String(OK)
|
|
}
|
|
}
|
|
|
|
}
|