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
2012-02-19 14:34:56 +02:00
2012-02-16 21:11:43 +04:00
2012-01-12 14:05:14 +04:00
2011-11-08 20:48:01 +03:00
2012-02-17 12:37:58 +04:00
2012-02-17 18:48:06 +04:00
2012-01-10 12:21:37 +04:00

To build this project you need to run

ant -f update_dependencies.xml

which will setup the dependencies on

  • intellij-core: is a part of command line compiler and contains only necessary APIs.
  • idea-full: is a full blown IntelliJ IDEA Community Edition to be used in former plugin module.

Then, you need to run

ant -f build.xml

which will build the binaries and put them into the 'dist' directory.

S
Description
The Kotlin Programming Language.
Readme 2.1 GiB
Languages
Kotlin 79.9%
Java 10.4%
Swift 4.3%
C 2.8%
C++ 2.1%
Other 0.3%