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
3f2f79ef591e4e2bf0a879bdccc0da92edd3ce67
kotlin-fork
/
js
/
js.translator
/
testData
/
initialize
/
cases
T
History
Alexey Andreev
16af7d667f
KT-12868: if a property initializer is a complex expression that emits additional statements, emit these statements directly before assignment to the property, not at the beginning of constructor
2016-09-09 13:54:03 +03:00
..
classInitializer.kt
…
complexPropertyInitializer.kt
KT-12868: if a property initializer is a complex expression that emits additional statements, emit these statements directly before assignment to the property, not at the beginning of constructor
2016-09-09 13:54:03 +03:00
complexTopLevelPropertyInitializer.kt
KT-12868: if a property initializer is a complex expression that emits additional statements, emit these statements directly before assignment to the property, not at the beginning of constructor
2016-09-09 13:54:03 +03:00
declarationInitializedWithThrow.kt
KT-12254 Prevent JsEmptyExpression from getting into initializer JS when compiling code like
val x = throw Exception()
2016-05-19 11:41:50 +03:00
rootPackageValInit.kt
…
rootValInit.kt
…