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
954204da82ccfb52364e8d15c9851f5edac6837d
kotlin-fork
/
compiler
/
testData
/
diagnostics
/
tests
/
modifiers
T
History
Dmitry Petrov
954204da82
KT-1560
...
Report warning on extensions shadowed by members.
2017-01-16 17:25:13 +03:00
..
const
Introduce new feature: division by zero in constant expressions
2016-12-02 17:42:56 +03:00
operatorInfix
KT-1560
2017-01-16 17:25:13 +03:00
annotations.kt
…
annotations.txt
…
defaultModifier.kt
…
defaultModifier.txt
Fix rendered testData
2016-05-16 15:38:13 +03:00
IllegalModifiers.kt
Don't report inapplicable target for 'inline' keyword on property and its accessors
2016-06-24 17:05:49 +03:00
IllegalModifiers.txt
DescriptorRenderer to render annotations for all types + separate option to render annotation arguments + use it in IdeDescriptorRenderers
2016-10-11 23:38:54 +03:00
incompatibleVarianceModifiers.kt
KT-11588 Type aliases
2016-05-20 14:17:25 +03:00
incompatibleVarianceModifiers.txt
…
inlineParameters.kt
Use correct function to check for function type in InlineParameterChecker
2016-03-14 19:24:08 +03:00
inlineParameters.txt
Use correct function to check for function type in InlineParameterChecker
2016-03-14 19:24:08 +03:00
internalInInterface.kt
…
internalInInterface.txt
…
modifierOnParameterInFunctionType.kt
…
modifierOnParameterInFunctionType.txt
Use parameter names in DescriptorRenderer
2016-10-11 23:38:49 +03:00
NoLocalVisibility.kt
…
NoLocalVisibility.txt
…
openInInterface.kt
REDUNDANT_OPEN_FOR_INTERFACE warning: reported for open members without implementation #KT-12452 Fixed
2016-05-24 14:25:27 +03:00
openInInterface.txt
REDUNDANT_OPEN_FOR_INTERFACE warning: reported for open members without implementation #KT-12452 Fixed
2016-05-24 14:25:27 +03:00
primaryConstructorMissingKeyword.kt
…
primaryConstructorMissingKeyword.txt
…
privateInInterface.kt
KT-12302: ABSTRACT_MODIFIER_IN_INTERFACE warning is removed as obsolete
2016-05-24 14:25:18 +03:00
privateInInterface.txt
…
protected.kt
…
protected.txt
Fix rendered testData
2016-05-16 15:38:13 +03:00
redundantTargets.kt
Default modality is abstract for interface. REDUNDANT_MODIFIER_FOR_TARGET applicability reduced #KT-12302 Fixed
2016-05-24 14:25:22 +03:00
redundantTargets.txt
Fix rendered testData
2016-05-16 15:38:13 +03:00
repeatedModifiers.kt
…
repeatedModifiers.txt
…