Take into account SimpleTypeWithEnhancement and subtyping related places

^KT-47854 Fixed
This commit is contained in:
Victor Petukhov
2021-07-29 12:54:15 +03:00
committed by teamcityserver
parent 6ab632f6ad
commit 3eaa452f9e
4 changed files with 9 additions and 5 deletions
@@ -14,4 +14,4 @@ import org.jspecify.nullness.Nullable;
public interface J2<V extends @Nullable Object> extends J1<V> { }
// FILE: kotlin.kt
private fun J2<*>.bar() = J1.foo(this)
private fun J2<*>.bar() = J1.foo(this)