main
This commit is contained in:
parent
adb7e52b32
commit
b7ded865ee
8
.idea/.gitignore
vendored
Normal file
8
.idea/.gitignore
vendored
Normal 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/
|
||||
19
.idea/libraries/KotlinJavaRuntime.xml
Normal file
19
.idea/libraries/KotlinJavaRuntime.xml
Normal 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
6
.idea/misc.xml
Normal 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
8
.idea/modules.xml
Normal 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
6
.idea/vcs.xml
Normal 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
12
kotlin-study-demo.iml
Normal 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>
|
||||
BIN
lib/kotlin-reflect-sources.jar
Normal file
BIN
lib/kotlin-reflect-sources.jar
Normal file
Binary file not shown.
BIN
lib/kotlin-reflect.jar
Normal file
BIN
lib/kotlin-reflect.jar
Normal file
Binary file not shown.
BIN
lib/kotlin-stdlib-jdk7-sources.jar
Normal file
BIN
lib/kotlin-stdlib-jdk7-sources.jar
Normal file
Binary file not shown.
BIN
lib/kotlin-stdlib-jdk7.jar
Normal file
BIN
lib/kotlin-stdlib-jdk7.jar
Normal file
Binary file not shown.
BIN
lib/kotlin-stdlib-jdk8-sources.jar
Normal file
BIN
lib/kotlin-stdlib-jdk8-sources.jar
Normal file
Binary file not shown.
BIN
lib/kotlin-stdlib-jdk8.jar
Normal file
BIN
lib/kotlin-stdlib-jdk8.jar
Normal file
Binary file not shown.
BIN
lib/kotlin-stdlib-sources.jar
Normal file
BIN
lib/kotlin-stdlib-sources.jar
Normal file
Binary file not shown.
BIN
lib/kotlin-stdlib.jar
Normal file
BIN
lib/kotlin-stdlib.jar
Normal file
Binary file not shown.
BIN
lib/kotlin-test-sources.jar
Normal file
BIN
lib/kotlin-test-sources.jar
Normal file
Binary file not shown.
BIN
lib/kotlin-test.jar
Normal file
BIN
lib/kotlin-test.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
out/production/kotlin-study-demo/Main.class
Normal file
BIN
out/production/kotlin-study-demo/Main.class
Normal file
Binary file not shown.
BIN
out/production/kotlin-study-demo/MainKt.class
Normal file
BIN
out/production/kotlin-study-demo/MainKt.class
Normal file
Binary file not shown.
@ -1,10 +1,5 @@
|
||||
/**
|
||||
* todo Created with IntelliJ IDEA
|
||||
*
|
||||
*
|
||||
* @author luming
|
||||
* @email: lu.lm@bitsun-inc.com
|
||||
* @date 2021/5/12 13:09
|
||||
* Main
|
||||
*/
|
||||
class Main(val a: String) {
|
||||
fun rains(name: String){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user