5f9f01fe4e
Note that `testDelegates` now fails due to KT-37638 and
`testSimpleIn` fails due to problems with type parameters
of inner classes
18 lines
608 B
Plaintext
Vendored
18 lines
608 B
Plaintext
Vendored
Failures detected in FirImplicitTypeBodyResolveTransformerAdapter, file: /My.kt
|
|
Cause: java.lang.RuntimeException: While resolving call Q|Properties|.R?C|/Properties.calcVal|(<L> = calcVal@fun <implicit>.<anonymous>(): <implicit> {
|
|
lval y: <implicit> = x#.plus#(IntegerLiteral(1))
|
|
when () {
|
|
CMP(>, y#.compareTo#(IntegerLiteral(0))) -> {
|
|
MyBase#.derivedWrapper#()
|
|
}
|
|
CMP(<, x#.compareTo#(IntegerLiteral(0))) -> {
|
|
MyBase#.exoticWrapper#(x#)
|
|
}
|
|
else -> {
|
|
throw java#.lang#.NullPointerException#(String())
|
|
}
|
|
}
|
|
|
|
}
|
|
)
|