mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
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
8 lines
82 B
Plaintext
Vendored
8 lines
82 B
Plaintext
Vendored
$TESTDATA_DIR$/apiVersion.kt
|
|
-d
|
|
$TEMP_DIR$
|
|
-api-version
|
|
1.0
|
|
-language-version
|
|
1.1
|