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
f82f5d0471c60bd8516bd2a77adff1a96abbbe20
kotlin-fork
/
js
/
js.translator
/
testData
/
box
/
inheritance
T
History
Alexey Andreev
aedf8bd232
JS: replace
noImpl
with
definedExternally
in tests
2017-01-24 20:14:31 +03:00
..
interfaces
JS: introduce new flat JS declaration structure
2016-11-11 16:26:31 +03:00
abstractVarOverride.kt
…
baseCall.kt
…
baseCallOrder.kt
…
baseClassDefinedAfterDerived.kt
…
complexInitializationOrder.kt
…
definitionOrder.kt
…
fromFakeClasses.kt
…
fromNativeInterface.kt
JS: replace
noImpl
with
definedExternally
in tests
2017-01-24 20:14:31 +03:00
fromNestedNativeClass.kt
JS: replace all usages of
@native
annotation with
external
modifier, in tests, stdlib, etc
2016-12-08 15:41:39 +03:00
inheritFromCharIterator.kt
…
initializationOrder.kt
…
initializersOfBasicClassExecute.kt
…
kt3499.kt
…
methodOverride.kt
…
nativeNativeKotlin.kt
JS: allow to omit delegated constructor call for external classes in common FE. Prohibit delegated constructor call for external classes in JS FE.
2016-12-29 16:00:33 +03:00
overrideAnyMethods.kt
JS: prohibit native (external) extension properties and functions. See KT-13896
2016-12-09 15:13:07 +03:00
valOverride.kt
…
valuePassedToAncestorConstructor.kt
…
withInitializeMethod.kt
…