Files
kotlin-fork/compiler/testData/cli/jvm
Alexander Udalov 167ab1f860 Introduce "-api-version" CLI option
The `@SinceKotlin("X.Y.Z")` annotation now hides a particular declaration from
resolution when the API version specified by the `-api-version` option is
_less_ than X.Y.Z. The comparison is performed as for versions in Maven:
MavenComparableVersion is in fact a copy of
org.apache.maven.artifact.versioning.ComparableVersion.

Also support "!API_VERSION" directive in diagnostic tests

 #KT-14298 Fixed
2016-10-11 17:46:01 +03:00
..
2014-12-02 13:47:48 +03:00
2015-09-08 05:49:32 +03:00
2014-07-23 21:24:40 +04:00
2016-10-11 17:46:01 +03:00
2015-10-18 17:53:29 +03:00
2014-07-23 21:24:40 +04:00
2016-02-01 22:20:30 +03:00