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
920b0bfe63f55af80d032f800ffdc68dd46357c8
kotlin-fork
/
compiler
/
testData
/
cfg
/
declarations
/
classesAndObjects
T
History
Victor Petukhov
27fa632630
[FE 1.0] Update test data with new error type representation
2022-03-23 21:13:33 +00:00
..
AnonymousInitializers.instructions
Get rid of FIELD_IDENTIFIER at syntax level, two errors dropped, a set of tests fixed / deleted #KT-9539 Fixed
2015-10-21 16:36:55 +03:00
AnonymousInitializers.kt
…
AnonymousInitializers.values
…
delegationByExpression.instructions
compiler testdata: s/trait/interface
2015-05-12 19:43:17 +02:00
delegationByExpression.kt
…
delegationByExpression.values
…
delegationBySuperCall.instructions
Pseudocode: don't write full label name when jump on it
2014-09-07 01:04:00 +04:00
delegationBySuperCall.kt
…
delegationBySuperCall.values
…
EnumEntryRefersCompanion.instructions
Report of UNINITIALIZED_ENUM_COMPANION also for implicit receivers #KT-11769 Fixed
2016-08-12 15:06:43 +03:00
EnumEntryRefersCompanion.kt
…
EnumEntryRefersCompanion.values
…
ObjectEnumQualifiers.instructions
Correct CFA order for enums: first own members, then entries, and at last companion object members #KT-6054 Fixed
2016-08-09 10:28:27 +03:00
ObjectEnumQualifiers.kt
…
ObjectEnumQualifiers.values
…
QualifierReceiverWithOthers.instructions
CFA: No more UNRESOLVED_CALL for object / enum entry qualifiers
2016-08-08 17:47:40 +03:00
QualifierReceiverWithOthers.kt
…
QualifierReceiverWithOthers.values
…