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-17 00:21:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ecb498717a171cac8af690c59cdcf774f69f6b9a
kotlin
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
History
Alexey Andreev
ecb498717a
JS: rework diagnostics names. Prohibit external inner classes (see KT-14027)
2016-12-09 15:13:08 +03:00
..
dynamicTypes
JS: prohibit dynamic on RHS of
in
and
!in
operators (see KT-6579)
2016-12-09 12:03:52 +03:00
inline
Moved checking that reified is used in inlines only to the main frontend (KT-12695, KT-13697 fixed)
2016-11-15 13:44:48 +03:00
jsCode
fix tests in org.jetbrains.kotlin.checkers
2015-09-08 02:04:32 +03:00
module
JS: replace all usages of
@native
annotation with
external
modifier, in tests, stdlib, etc
2016-12-08 15:41:39 +03:00
name
JS: replace all usages of
@native
annotation with
external
modifier, in tests, stdlib, etc
2016-12-08 15:41:39 +03:00
native
JS: rework diagnostics names. Prohibit external inner classes (see KT-14027)
2016-12-09 15:13:08 +03:00
reflection
Report error when try to use unsupported reflection API in Kotlin JS; allow to use kotlin.Any members on reflection classes for both platforms.
2016-10-14 19:44:58 +03:00