Refactor OverrideImplementWithLibTest

Use JdkAndMockLibraryProjectDescriptor instead of a jar file, which needs to be
regenerated every time binary format changes
This commit is contained in:
Alexander Udalov
2013-10-09 18:20:46 +04:00
parent 8424e7f5c7
commit a2c74d4324
5 changed files with 14 additions and 39 deletions
@@ -0,0 +1,5 @@
package dependency
public open class A {
public open fun foo() {}
}
@@ -1,8 +0,0 @@
package dependency
// To regenerate this test, run CompileBinaryTestData.kt
// Or manually, compile this file into jar
public open class A {
public open fun foo() {}
}