We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b445b commit 3ccb651Copy full SHA for 3ccb651
test/src/test/test.java
@@ -0,0 +1,7 @@
1
+package test;
2
+
3
+public class test {
4
+ public static void main(String[] args) {
5
+ System.out.println("hello");
6
+ }
7
+}
test/test.iml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <exclude-output />
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
+ </content>
8
+ <orderEntry type="inheritedJdk" />
9
+ <orderEntry type="sourceFolder" forTests="false" />
10
+ </component>
11
+</module>
常用API/src/DemoDate.java
常用API/src/Object.java
0 commit comments