b8447d6d97
This test introduces very special (for current implementation) case, when we have smartcast indirectly, via some reified type parameter. It covers recursive call inSmartCastManager.checkAndRecordPossibleCast(), which wasn't previously covered by any test in testbase.
5 lines
165 B
Plaintext
Vendored
5 lines
165 B
Plaintext
Vendored
package
|
|
|
|
public fun bar(/*0*/ x: kotlin.CharSequence): kotlin.Unit
|
|
public inline fun </*0*/ reified T : kotlin.CharSequence?> foo(/*0*/ y: kotlin.Any?): kotlin.Unit
|