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
e224337ff3b7b497697c8e00a9cd9f580e33eb9d
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
native
/
optionlBody
T
History
Pavel V. Talanov
d2592e4a2c
Companion objects have public visibility by default
...
#KT-7114 Fixed
2015-06-02 16:23:03 +03:00
..
native.kt
compiler testdata: s/trait/interface
2015-05-12 19:43:17 +02:00
native.txt
Companion objects have public visibility by default
2015-06-02 16:23:03 +03:00
nativeGetter.kt
compiler testdata: s/trait/interface
2015-05-12 19:43:17 +02:00
nativeGetter.txt
replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
2015-05-12 11:49:37 +02:00
nativeInvoke.kt
JS frontend: allow to omit body for native functions and initializer for native properties. Additionally suppress UNUSED_PARAM for new nativeX annotations too.
2014-12-29 21:37:18 +03:00
nativeInvoke.txt
Updata test data: txt files for diagnostics tests
2015-02-16 15:38:36 +03:00
nativeSetter.kt
JS frontend: additional check for
nativeSetter
-- check that the return type is either
Unit
or a supertype of the second parameter's type.
2014-12-30 19:10:38 +03:00
nativeSetter.txt
JS frontend: additional check for
nativeSetter
-- check that the return type is either
Unit
or a supertype of the second parameter's type.
2014-12-30 19:10:38 +03:00