913ed71863
Set first supported version to 1.3 Add property for oldest depecated language version in order to control unsupported ones Report error on attempts to manually disable language feature from unsupported versions Update test data, drop compatibility tests for features from unsupported versions KT-36146 In progress
14 lines
474 B
Plaintext
Vendored
14 lines
474 B
Plaintext
Vendored
warning: ATTENTION!
|
|
This build uses unsafe internal compiler arguments:
|
|
|
|
-XXLanguage:-TypeAliases
|
|
-XXLanguage:-BoundCallableReferences
|
|
|
|
This mode is not recommended for production use,
|
|
as no stability/compatibility guarantees are given on
|
|
compiler or generated code. Use it at your own risk!
|
|
|
|
error: the following features cannot be disabled manually, because the version they first appeared in is no longer supported:
|
|
TypeAliases, BoundCallableReferences
|
|
COMPILATION_ERROR
|