mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
Rename test data folder according to the new test naming convention.
This commit is contained in:
4
compiler/testData/loadJava/ClassDoesNotOverrideMethod.kt
Normal file
4
compiler/testData/loadJava/ClassDoesNotOverrideMethod.kt
Normal file
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
public abstract class ClassDoesNotOverrideMethod() : java.util.Date() {
|
||||
}
|
||||
Reference in New Issue
Block a user