Fix for KT-8204: java.lang.VerifyError for super method invocation in inline function
#KT-8204 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
public abstract class First {
|
||||
protected static String TEST = "O";
|
||||
|
||||
protected static String test() {
|
||||
return "K";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user