This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-13 08:31:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe7b7fb0bda88760abd22fe137b9ba052d8ee8a5
kotlin
/
idea
/
testData
/
refactoring
/
extractInterface
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
…
specialName.kt.after
…