Loading interface with only one method inherited from Object as not functional.
#KT-1242 fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package test;
|
||||
|
||||
public interface InterfaceWithObjectMethod {
|
||||
String toString();
|
||||
}
|
||||
Reference in New Issue
Block a user