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
e903b2f92a5f0a73b73d366e61a9797e7002e864
kotlin-fork
/
idea
/
testData
/
inspections
/
unusedSymbol
T
History
Toshiaki Kameyama
e903b2f92a
Unused symbol: don't report for finalize() method #KT-13311 Fixed
2018-11-13 10:26:06 +03:00
..
class
Unused symbol: remove forced "used" from actual declarations
2018-06-26 15:36:07 +03:00
enum
KT-13536 related: correct handling of objects
2016-08-25 10:32:40 +03:00
function
Unused symbol: don't report for finalize() method #KT-13311 Fixed
2018-11-13 10:26:06 +03:00
functionMain
Fix UnusedSymbolInspection for parameterless and suspend main functions
2018-09-12 09:49:25 +03:00
js
…
object
Don't search twice for the same declaration
2017-08-15 11:39:40 +02:00
parameter
…
property
Unused symbol suppression: get annotation descriptors via entries
2018-05-08 18:37:09 +03:00
typeAlias
Add type aliases into UnusedSymbolInspection / safe delete
2017-07-21 18:59:01 +03:00
typeParameter
…