FIR Java: add nullable (instead of not-null) type parameter bounds
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
public abstract interface RawUpperBound<T : R|test/RawUpperBound<*>|> : R|kotlin/Any| {
|
||||
public abstract interface RawUpperBound<T : R|test/RawUpperBound<*>?|> : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user