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
5,427
Commits
1
Branch
0
Tags
448260fc3e0161e2aaa873fa2000568ce5f0e72e
Commit Graph
1 Commits
Author
SHA1
Message
Date
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