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
aa20af3cf33b6cd1c1b4b062f95d2dbb469fdec3
kotlin-fork
/
compiler
/
testData
/
codegen
/
boxWithStdlib
T
History
Denis Zharkov
cb1e762fc4
Optimizations of When expression with int constants:
...
Added test with dense constants (tableswitch should be used)
2014-04-25 18:17:37 +04:00
..
annotations
Fix for varargs as annotation arguments #KT-4326 Fixed
2013-12-18 15:13:53 +04:00
arrays
KT-3771 Fixed
2013-07-22 18:49:56 +04:00
casts
TypeCastException when casting null to T with nullable upper-bound
2013-05-21 13:21:52 +04:00
dataClasses
Add toString() to Any, fix all tests
2014-03-02 19:54:49 +04:00
evaluate
Small fixes after review: do not set is_pure=true for named constants refactoring
2013-12-05 15:23:41 +04:00
fullJdk
Add jdk jars to kotlin classpath
2013-12-26 13:50:10 +04:00
jdkAnnotations
Move JdkAnnotationsTest to boxWithStdlib
2013-02-11 02:01:41 +04:00
ranges
Make unary minus and unary plus return int for byte and short
2013-12-23 13:46:00 +04:00
regressions
Replace "jet" package name with "kotlin" in testData
2014-03-02 19:55:26 +04:00
strings
Store receiver parameter in JVM intrinsics map
2014-03-02 19:55:25 +04:00
toArray
Fixed VerifyError when copyToArray() is immediately returned from method.
2013-10-01 19:32:37 +04:00
vararg
Named vararg arguments: don't allow to use array without spread, allow to use one value of vararg type
2013-12-18 15:13:52 +04:00
when
Optimizations of When expression with int constants:
2014-04-25 18:17:37 +04:00