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
77765a80640094de31db96778dbd0a65bbc5f661
kotlin-fork
/
idea
/
testData
/
refactoring
/
extractInterface
T
History
Alexey Sedunov
57d364e7d4
Extract Superclass/Interface: Fix bogus visibility warning inside a member when it's being moved as abstract
...
#KT-15635 Fixed
2017-01-13 15:17:43 +03:00
..
addInterface.kt
…
addInterface.kt.after
…
addInterfaceWithAbstract.kt
…
addInterfaceWithAbstract.kt.after
…
addTypeParameters.kt
…
addTypeParameters.kt.after
…
addTypeParametersWithAbstract.kt
…
addTypeParametersWithAbstract.kt.after
…
annotation.kt
…
annotation.kt.conflicts
…
dropFinal.kt
Extract Interface/Pull Up: Drop 'final' modifier when moving to an interface
2017-01-13 15:17:39 +03:00
dropFinal.kt.after
Extract Interface/Pull Up: Drop 'final' modifier when moving to an interface
2017-01-13 15:17:39 +03:00
noWarningOnVisibilityInsideAbstractedMember.kt
Extract Superclass/Interface: Fix bogus visibility warning inside a member when it's being moved as abstract
2017-01-13 15:17:43 +03:00
noWarningOnVisibilityInsideAbstractedMember.kt.after
Extract Superclass/Interface: Fix bogus visibility warning inside a member when it's being moved as abstract
2017-01-13 15:17:43 +03:00
privateMemberWithUsages.kt
Extract Interface/Pull Up: Warn about private members with usages in the original class
2017-01-13 15:17:42 +03:00
privateMemberWithUsages.kt.conflicts
Extract Interface/Pull Up: Warn about private members with usages in the original class
2017-01-13 15:17:42 +03:00
specialName.kt
Extract Superclass/Interface: Allow extracting class with special name (and quotes)
2017-01-13 15:17:37 +03:00
specialName.kt.after
Extract Superclass/Interface: Allow extracting class with special name (and quotes)
2017-01-13 15:17:37 +03:00