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
a8e2893494de0315306a618e6a5dff32cb0873f5
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
constructorConsistency
T
History
Mikhail Zarechenskiy
e2dcec62d3
Fix access to top-level declarations inside anonymous initializer
...
#KT-16583 Fixed
2017-03-02 18:34:51 +03:00
..
afterInitialization.kt
…
afterInitialization.txt
…
aliencall.kt
…
aliencall.txt
…
assignment.kt
…
assignment.txt
…
backing.kt
…
backing.txt
…
basic.kt
…
basic.txt
…
companion.kt
…
companion.txt
…
comparison.kt
…
comparison.txt
…
delegate.kt
…
delegate.txt
…
derived.kt
…
derived.txt
KT-12152 : constructor consistency analysis, base cases
2016-06-03 09:45:37 +03:00
derivedProperty.kt
…
derivedProperty.txt
KT-12152 : constructor consistency: handle open property accessing
2016-06-03 09:45:45 +03:00
getset.kt
…
getset.txt
Add more tests for PropertyAccessorDescriptor.isDeafult() usages
2016-06-29 16:16:31 +03:00
init.kt
…
init.txt
…
initializerWithSecondaryConstructor.kt
…
initializerWithSecondaryConstructor.txt
…
initwithgetter.kt
…
initwithgetter.txt
…
inspection.kt
KT-12152 : leaking this inspection: accessing non-final member / this in non-final class
2016-06-03 14:45:58 +03:00
inspection.txt
…
lambdaInObject.kt
…
lambdaInObject.txt
…
lateInit.kt
…
lateInit.txt
…
localObject.kt
…
localObject.txt
…
multipleAreNull.kt
…
multipleAreNull.txt
…
nobacking.kt
…
nobacking.txt
…
open.kt
…
open.txt
KT-12152 : constructor consistency: handle non-final classes
2016-06-03 09:45:41 +03:00
openProperty.kt
…
openProperty.txt
…
outer.kt
…
outer.txt
…
property.kt
…
property.txt
…
propertyAccess.kt
KT-12152 : constructor consistency analysis, base cases
2016-06-03 09:45:37 +03:00
propertyAccess.txt
…
twoSecondaryConstructors.kt
Rewrite slice error removed for LEAKING_THIS #KT-13371 Fixed
2016-08-09 10:28:40 +03:00
twoSecondaryConstructors.txt
…