2a46da906c
Add -X flag to report extra compiler diagnostics which migth break compatibility. Use the flag to unconditionally check constructors without fear of prematurely evaluating lazy supertypes. KT-19234 KT-42404 KT-44583
5 lines
50 B
Java
Vendored
5 lines
50 B
Java
Vendored
package test;
|
|
|
|
public class Sub extends Super {
|
|
|
|
} |