mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-16 08:31:29 +00:00
Added tests for ignoring Object methods when loading interface.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
public final class ClassWithObjectMethod {
|
||||
public String toString() {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user