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
2aaa94cccbc5de899671de02ef82f5bb40a135f4
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
native
T
History
Zalim Bashorov
619854a7a3
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
..
nativeGetter
Js frontend: prohibit default values for functions annotated as nativeIndexer.
2014-12-16 18:30:05 +03:00
nativeInvoke
JS frontend tests: add test cases with declare member extension functions.
2014-12-16 18:30:04 +03:00
nativeSetter
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
optionlBody
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
unusedParam
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