mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
Scratch: add multifile tests
This commit is contained in:
7
idea/testData/scratch/multiFile/javaDep/myTest/MyJavaClass.java
vendored
Normal file
7
idea/testData/scratch/multiFile/javaDep/myTest/MyJavaClass.java
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package myTest;
|
||||
|
||||
public class MyJavaClass {
|
||||
public int test() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user