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
fe7b7fb0bda88760abd22fe137b9ba052d8ee8a5
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
properties
/
lateinit
T
History
Alexander Udalov
e73760d4ff
Fix test data for empty LHS vs isInitialized
...
Ignore the "property imported from object" part on JS
2017-10-25 12:10:10 +02:00
..
isInitializedAndDeinitialize
Fix test data for empty LHS vs isInitialized
2017-10-25 12:10:10 +02:00
local
JS: throw exception on access to an uninitialized local variable (KT-20248 fixed)
2017-09-15 14:46:26 +03:00
topLevel
JS: throw exception when accessing uninitialized lateinit property (KT-14964)
2017-09-13 20:16:01 +03:00
accessor.kt
…
accessorException.kt
JS: throw exception when accessing uninitialized lateinit property (KT-14964)
2017-09-13 20:16:01 +03:00
exceptionField.kt
JS: throw exception when accessing uninitialized lateinit property (KT-14964)
2017-09-13 20:16:01 +03:00
exceptionGetter.kt
JS: throw exception when accessing uninitialized lateinit property (KT-14964)
2017-09-13 20:16:01 +03:00
override.kt
…
overrideException.kt
JS: throw exception when accessing uninitialized lateinit property (KT-14964)
2017-09-13 20:16:01 +03:00
privateSetter.kt
Codegen tests for lateinit var with private setter
2015-12-23 18:02:07 +03:00
privateSetterFromLambda.kt
Codegen tests for lateinit var with private setter
2015-12-23 18:02:07 +03:00
privateSetterViaSubclass.kt
Avoid getting invisible_fake visibility for properties in ExpressionCodegen
2017-09-13 22:49:26 +03:00
simpleVar.kt
…
visibility.kt
JS: throw exception when accessing uninitialized lateinit property (KT-14964)
2017-09-13 20:16:01 +03:00