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
1bc03e705a769a4f109c3fc0b26ae6efe1901c19
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
modifiers
T
History
victor.petukhov
30762a450a
Wrap diagnostic parameters to double quotes and split by comma instead of semicolon
2019-02-14 12:31:42 +03:00
..
const
Wrap diagnostic parameters to double quotes and split by comma instead of semicolon
2019-02-14 12:31:42 +03:00
operatorInfix
Fix modifier order in generated overriden functions
2018-01-16 15:42:02 +01:00
annotations.kt
override is forbidden inside annotations
2015-10-07 11:57:41 +03:00
annotations.txt
…
defaultModifier.kt
…
defaultModifier.txt
…
IllegalModifiers.kt
Add alphabetical sorting diagnostics with same ranges
2019-02-14 12:31:42 +03:00
IllegalModifiers.txt
Add recovery for enum declaration without 'class' keyword
2019-01-17 14:56:42 +03:00
incompatibleVarianceModifiers.kt
…
incompatibleVarianceModifiers.txt
…
inlineParameters.kt
…
inlineParameters.txt
…
internalInInterface.kt
…
internalInInterface.txt
…
modifierOnParameterInFunctionType.kt
…
modifierOnParameterInFunctionType.txt
…
NoLocalVisibility.kt
…
NoLocalVisibility.txt
…
openInInterface.kt
…
openInInterface.txt
REDUNDANT_OPEN_FOR_INTERFACE warning: reported for open members without implementation #KT-12452 Fixed
2016-05-24 14:25:27 +03:00
primaryConstructorMissingBrackets.kt
…
primaryConstructorMissingBrackets.txt
…
primaryConstructorMissingKeyword.kt
…
primaryConstructorMissingKeyword.txt
…
privateInInterface.kt
…
privateInInterface.txt
Forbid private functions with no body and private properties in traits which are abstract by default
2015-09-30 19:38:02 +03:00
protected.kt
Protected in allowed in companion objects but forbidden in other objects, relevant test fixes
2015-11-20 16:32:59 +03:00
protected.txt
…
redundantTargets.kt
…
redundantTargets.txt
…
repeatedModifiers.kt
…
repeatedModifiers.txt
…