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
04e560bc74cfa91ecbde014bc62e11b4ab6fd65a
kotlin-fork
/
compiler
/
testData
/
codegen
/
defaultArguments
/
reflection
T
History
Denis Zharkov
654411a0b0
Refactored tests using Array constructor:
...
Some moved to tests with stdlib Some changed to use arrayOfNulls
2014-12-11 16:04:03 +03:00
..
classInClassObject.kt
Generate constructor without parameters if primary constructor has only parameters with default values
2012-12-27 12:29:06 +04:00
classInObject.kt
Generate constructor without parameters if primary constructor has only parameters with default values
2012-12-27 12:29:06 +04:00
classWithTwoDefaultArgs.kt
Generate constructor without parameters if primary constructor has only parameters with default values
2012-12-27 12:29:06 +04:00
classWithVararg.kt
Refactored tests using Array constructor:
2014-12-11 16:04:03 +03:00
enum.kt
Fix VerifyError for enum constructor with default arguments
2012-12-27 12:29:09 +04:00
internalClass.kt
Generate constructor without parameters if primary constructor has only parameters with default values
2012-12-27 12:29:06 +04:00
privateClass.kt
Generate constructor without parameters if primary constructor has only parameters with default values
2012-12-27 12:29:06 +04:00
privateConstructor.kt
Generate constructor without parameters if primary constructor has only parameters with default values
2012-12-27 12:29:06 +04:00
publicClass.kt
Generate constructor without parameters if primary constructor has only parameters with default values
2012-12-27 12:29:06 +04:00
publicClassWoDefArgs.kt
Generate constructor without parameters if primary constructor has only parameters with default values
2012-12-27 12:29:06 +04:00
publicInnerClass.kt
Inaccessible outer class member is now an error
2013-01-16 23:11:41 +04:00
publicInnerClassInPrivateClass.kt
Inaccessible outer class member is now an error
2013-01-16 23:11:41 +04:00