This commit is contained in:
luming 2021-06-28 16:15:58 +08:00
parent adb7e52b32
commit b7ded865ee
20 changed files with 60 additions and 6 deletions

8
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/

View File

@ -0,0 +1,19 @@
<component name="libraryTable">
<library name="KotlinJavaRuntime">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/kotlin-stdlib.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/kotlin-reflect.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/kotlin-test.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/kotlin-stdlib-jdk7.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/kotlin-stdlib-jdk8.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/kotlin-stdlib-sources.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/kotlin-reflect-sources.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/kotlin-test-sources.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/kotlin-stdlib-jdk7-sources.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/kotlin-stdlib-jdk8-sources.jar!/" />
</SOURCES>
</library>
</component>

6
.idea/misc.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/kotlin-study-demo.iml" filepath="$PROJECT_DIR$/kotlin-study-demo.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

12
kotlin-study-demo.iml Normal file
View File

@ -0,0 +1,12 @@
<?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>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
</component>
</module>

Binary file not shown.

BIN
lib/kotlin-reflect.jar Normal file

Binary file not shown.

Binary file not shown.

BIN
lib/kotlin-stdlib-jdk7.jar Normal file

Binary file not shown.

Binary file not shown.

BIN
lib/kotlin-stdlib-jdk8.jar Normal file

Binary file not shown.

Binary file not shown.

BIN
lib/kotlin-stdlib.jar Normal file

Binary file not shown.

BIN
lib/kotlin-test-sources.jar Normal file

Binary file not shown.

BIN
lib/kotlin-test.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,5 @@
/** /**
* todo Created with IntelliJ IDEA * Main
*
*
* @author luming
* @email: lu.lm@bitsun-inc.com
* @date 2021/5/12 13:09
*/ */
class Main(val a: String) { class Main(val a: String) {
fun rains(name: String){ fun rains(name: String){