This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-11 15:53:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
84eb009c299e4e4d271bd8a52e81a8fa1940bb9a
kotlin
/
compiler
/
testData
/
codegen
/
box
/
operatorConventions
History
Stanislav Erokhin
03241419bd
Minor. removed several tests with error calls.
2016-06-10 21:28:04 +03:00
..
compareTo
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
assignmentOperations.kt
Drop identityEquals from builtins, compiler and tests.
2016-01-22 05:54:38 +03:00
incDecOnObject.kt
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
kt4152.kt
"field": deprecated warnings introduced, compiler tests migrated to the new syntax
2015-09-21 15:48:00 +03:00
kt4987.kt
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
nestedMaps.kt
Do not use 'dup' for postfix increment/decrement: can't do it with collection element in general.
2016-03-02 14:28:06 +03:00
overloadedSet.kt
KT-11203: report errors on read-write operations for elements of collections with inconsistent get&set signatures
2016-03-02 14:28:06 +03:00