K2: Don't use FirTypeParameterSymbol.resolvedBounds() from inference
This commit is contained in:
committed by
Space Team
parent
e57521ed23
commit
df5aa59185
+9
@@ -0,0 +1,9 @@
|
||||
open class Foo<T : CharSequence>
|
||||
|
||||
fun bar(): Foo<String>? {
|
||||
return null
|
||||
}
|
||||
|
||||
fun resolveMe() {
|
||||
val x = bar()
|
||||
}
|
||||
Reference in New Issue
Block a user