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
b859815c79576de87b8b50407b1de017bb8a03ed
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
modifiers
T
History
Yan Zhulanow
2ce9903356
Fix tests
2015-08-31 15:33:13 +03:00
..
defaultModifier.kt
Regular modifier checker implemented (initial version). A set of tests fixed accordingly.
2015-08-03 19:41:50 +03:00
defaultModifier.txt
Don't render contents of enum entry classes in .txt tests, regenerate tests
2015-08-28 21:11:06 +03:00
IllegalModifiers.kt
Regular modifier checker implemented (initial version). A set of tests fixed accordingly.
2015-08-03 19:41:50 +03:00
IllegalModifiers.txt
Fix tests
2015-08-31 15:33:13 +03:00
incompatibleVarianceModifiers.kt
Regular modifier checker implemented (initial version). A set of tests fixed accordingly.
2015-08-03 19:41:50 +03:00
incompatibleVarianceModifiers.txt
replace 'trait' keyword with 'interface' in user-visible messages and code generation tools
2015-05-12 11:49:37 +02:00
primaryConstructorMissingKeyword.kt
Report warning on modifier list of primary ctor unless 'constructor' keyword specified
2015-05-20 09:24:54 +03:00
primaryConstructorMissingKeyword.txt
Split CompileTimeConstant into two entities
2015-07-16 02:28:05 +03:00
redundantTargets.kt
Redundant modifier targets introduced (abstract / open on interface, final on enum or object)
2015-08-03 19:42:00 +03:00
redundantTargets.txt
Don't render contents of enum entry classes in .txt tests, regenerate tests
2015-08-28 21:11:06 +03:00
repeatedModifiers.kt
Regular modifier checker implemented (initial version). A set of tests fixed accordingly.
2015-08-03 19:41:50 +03:00
repeatedModifiers.txt
Updata test data: txt files for diagnostics tests
2015-02-16 15:38:36 +03:00