[FIR] Add constraint to flexible type for declared argument for java parameter
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
public open class A<T> : R|kotlin/Any| {
|
||||
public open class A<T : R|ft<kotlin/Any, kotlin/Any?>!|> : R|kotlin/Any| {
|
||||
public open fun foo(t: R|ft<T, T?>!|): R|ft<T, T?>!|
|
||||
|
||||
public constructor<T>(): R|A<T>|
|
||||
public constructor<T : R|ft<kotlin/Any, kotlin/Any?>!|>(): R|A<T>|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user