FIR Java: record Java types with flexible nullability

This commit is contained in:
Jinseong Jeon
2020-11-12 15:40:21 -08:00
committed by teamcityserver
parent 1f48092ec1
commit fc7f589caa
175 changed files with 545 additions and 444 deletions
@@ -1,4 +1,4 @@
public abstract interface GenericInterfaceParameterWithSelfBound<T : R|ft<test/GenericInterfaceParameterWithSelfBound<ft<T, T?>!>, test/GenericInterfaceParameterWithSelfBound<ft<T, T?>!>?>!|> : R|kotlin/Any| {
public abstract fun method(t: R|ft<T, T?>!|): R|ft<T, T?>!|
public abstract interface GenericInterfaceParameterWithSelfBound<T : R|ft<@FlexibleNullability test/GenericInterfaceParameterWithSelfBound<ft<@FlexibleNullability T, T?>!>, test/GenericInterfaceParameterWithSelfBound<ft<@FlexibleNullability T, T?>!>?>!|> : R|kotlin/Any| {
public abstract fun method(t: R|ft<@FlexibleNullability T, T?>!|): R|ft<@FlexibleNullability T, T?>!|
}