fix JetOverloadTest broken in e97b91c6e4
This commit is contained in:
@@ -64,10 +64,6 @@ public class JetOverloadTest extends JetLiteFixture {
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
assertOverloadable(
|
||||
"fun ab() : Int",
|
||||
"fun a() : Int");
|
||||
|
||||
assertNotOverloadable(
|
||||
"fun a() : Int",
|
||||
"fun a() : Any");
|
||||
|
||||
Reference in New Issue
Block a user