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
4,371
Commits
1
Branch
0
Tags
cf108765aec9e23d97ca4e3ecf9a3b907bc417d8
Commit Graph
2 Commits
Author
SHA1
Message
Date
Stepan Koltsov
ea8eb7412a
kill redeclaration handler in ClassDescriptor
2012-02-19 22:02:37 +04:00
Stepan Koltsov
ca8cf6cb49
missing error report on incompatible declaration
...
=== open class Aaaa() { fun bb() = 1 } class Bbbb() : Aaaa() { fun <T> bb() = 1 } ===
2012-02-19 22:02:33 +04:00