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
60fcdeb5ee31fcc24dfd439313c0f292aa52d088
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
native
/
optionlBody
T
History
Alexey Andreev
6ef4a3389e
JS: prohibit external functions and accessors with bodies other than
noImpl
. Prohibit to use anything except
noImpl
for default parameters initializers in external functions. See KT-13892
2016-12-29 16:00:30 +03:00
..
native.kt
JS: prohibit external functions and accessors with bodies other than
noImpl
. Prohibit to use anything except
noImpl
for default parameters initializers in external functions. See KT-13892
2016-12-29 16:00:30 +03:00
native.txt
JS: prohibit non-abstract members of external interfaces, except for nullable properties. See KT-15308
2016-12-29 16:00:30 +03:00
nativeGetter.kt
JS: prohibit non-abstract members of external interfaces, except for nullable properties. See KT-15308
2016-12-29 16:00:30 +03:00
nativeGetter.txt
JS: prohibit non-abstract members of external interfaces, except for nullable properties. See KT-15308
2016-12-29 16:00:30 +03:00
nativeInvoke.kt
JS: prohibit external functions and accessors with bodies other than
noImpl
. Prohibit to use anything except
noImpl
for default parameters initializers in external functions. See KT-13892
2016-12-29 16:00:30 +03:00
nativeInvoke.txt
Support
external
modifier on classes in descriptor renderer. Regenerate test data.
2016-12-08 15:41:44 +03:00
nativeSetter.kt
JS: replace all usages of
@native
annotation with
external
modifier, in tests, stdlib, etc
2016-12-08 15:41:39 +03:00
nativeSetter.txt
Support
external
modifier on classes in descriptor renderer. Regenerate test data.
2016-12-08 15:41:44 +03:00