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
f7a178f978beddab975147f46591ff1eaa0848fb
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
delegation
T
History
Alexander Udalov
9882e86ecb
Don't render contents of enum entry classes in .txt tests, regenerate tests
...
They are irrelevant because cannot be accessed from the outside anyway
2015-08-28 21:11:06 +03:00
..
Delegation_ClashingFunctions.kt
compiler testdata: s/trait/interface
2015-05-12 19:43:17 +02:00
Delegation_ClashingFunctions.txt
replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
2015-05-12 11:49:37 +02:00
Delegation_Hierarchy.kt
compiler testdata: s/trait/interface
2015-05-12 19:43:17 +02:00
Delegation_Hierarchy.txt
replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
2015-05-12 11:49:37 +02:00
Delegation_MultipleDelegates.kt
compiler testdata: s/trait/interface
2015-05-12 19:43:17 +02:00
Delegation_MultipleDelegates.txt
replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
2015-05-12 11:49:37 +02:00
Delegation_ScopeInitializationOrder.kt
compiler testdata: s/trait/interface
2015-05-12 19:43:17 +02:00
Delegation_ScopeInitializationOrder.txt
replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
2015-05-12 11:49:37 +02:00
DelegationAndOverriding.kt
compiler testdata: s/trait/interface
2015-05-12 19:43:17 +02:00
DelegationAndOverriding.txt
replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
2015-05-12 11:49:37 +02:00
DelegationExpectedType.kt
compiler testdata: s/trait/interface
2015-05-12 19:43:17 +02:00
DelegationExpectedType.txt
replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
2015-05-12 11:49:37 +02:00
DelegationNotTotrait.kt
Regular modifier checker implemented (initial version). A set of tests fixed accordingly.
2015-08-03 19:41:50 +03:00
DelegationNotTotrait.txt
Don't render contents of enum entry classes in .txt tests, regenerate tests
2015-08-28 21:11:06 +03:00
DelegationToJavaIface.kt
DelegationSpecifier resolve depends on expected type (supertype)
2014-09-01 12:32:48 +04:00
DelegationToJavaIface.txt
Diagnostics test data fixed
2015-07-09 16:36:43 +03:00