issue warning instead of error in case of finite bound or non-expansive inheritance violation in java code
This commit is contained in:
Vendored
+1
-1
@@ -2,4 +2,4 @@
|
||||
public class A<T extends A> {}
|
||||
|
||||
// FILE: 1.kt
|
||||
<!FINITE_BOUNDS_VIOLATION!>class B<S: A<*>><!>
|
||||
<!FINITE_BOUNDS_VIOLATION_IN_JAVA!>class B<S: A<*>><!>
|
||||
Reference in New Issue
Block a user