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
a3c3ab08fdc85b370659a8a6e1c876c0263be91d
kotlin-fork
/
idea
/
testData
/
intentions
/
implementAbstractMember
/
function
T
History
Toshiaki Kameyama
a3c3ab08fd
Override/Implement members: place members in the same order as super class members
2019-08-26 13:18:31 +07:00
..
.intention
…
enumClass.kt
…
enumClass.kt.after
update testdata for
https://github.com/JetBrains/kotlin/pull/896/
2016-07-19 17:58:09 +02:00
enumClassWithSemicolon.kt
…
enumClassWithSemicolon.kt.after
update testdata for
https://github.com/JetBrains/kotlin/pull/896/
2016-07-19 17:58:09 +02:00
enumClassWithSemicolonAndMembers.kt
…
enumClassWithSemicolonAndMembers.kt.after
Override/Implement members: place members in the same order as super class members
2019-08-26 13:18:31 +07:00
enumEntries.kt
…
enumEntries.kt.after
update testdata for
https://github.com/JetBrains/kotlin/pull/896/
2016-07-19 17:58:09 +02:00
enumEntriesWithArgs.kt
…
enumEntriesWithArgs.kt.after
update testdata for
https://github.com/JetBrains/kotlin/pull/896/
2016-07-19 17:58:09 +02:00
implementAll.kt
…
implementAll.kt.after
update testdata for
https://github.com/JetBrains/kotlin/pull/896/
2016-07-19 17:58:09 +02:00
inFinalClass.kt
…
inObject.kt
…
noDirectOverridesNeeded.kt
Update testData for changed diagnostic messages
2017-05-26 13:58:46 +03:00
noInheritors.kt
…
notAbstractInClass.kt
…
notAbstractInInterface.kt
…
notAbstractNoBodyInClass.kt
…