This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
40c4022c985c8a4efd49c53ca65dac7f44f80098
kotlin-fork
/
j2k
/
tests
/
testData
/
ast
/
settings
T
History
Valentin Kipyatkov
957ffb0313
J2K: adding type arguments where they are needed and removing them where they are redundant
2014-07-25 16:54:24 +04:00
..
openByDefault.java
Java to Kotlin conversion: fixed a few bugs related to modifiers
2014-06-10 14:26:52 +04:00
openByDefault.kt
Java to Kotlin converter: do not generate redundant parenthesis for empty constructor parameters
2014-07-10 23:20:34 +04:00
specifyFieldTypeByDefault.java
Java to Kotlin converter: declare private field with no writes as val
2014-06-24 00:48:13 +04:00
specifyFieldTypeByDefault.kt
J2K: adding type arguments where they are needed and removing them where they are redundant
2014-07-25 16:54:24 +04:00
specifyLocalVariableTypeByDefault.java
Java to Kotlin converter: no more 2 conversion modes for each test, just a few tests to test non-standard settings
2014-06-10 14:26:51 +04:00
specifyLocalVariableTypeByDefault.kt
Java to Kotlin converter: no more 2 conversion modes for each test, just a few tests to test non-standard settings
2014-06-10 14:26:51 +04:00
specifyLocalVariableTypeByDefaultInFor.java
Java to Kotlin converter: explicit locals type option is used for for variable too
2014-07-10 23:20:38 +04:00
specifyLocalVariableTypeByDefaultInFor.kt
Java to Kotlin converter: explicit locals type option is used for for variable too
2014-07-10 23:20:38 +04:00