Pavel Kunyavskiy
733ca5a358
[K/N] Unmute tests already working on native
...
Also, add issue references for some tests
2023-06-06 14:29:21 +00:00
Artem Kobzar
71486a321c
[K/JS] Add support of compilation with ES-classes
2023-01-17 18:14:17 +00:00
Svyatoslav Kuzmich
c88cde2f8b
[Wasm] DONT_TARGET_WASM_BACKEND => IGNORE_BACKEND in testdata
2021-10-02 06:14:35 +00:00
Vasily Levchenko
0324ee508e
[testData][compiler] disable tests KT4282{4,5} for native backend
2021-02-24 11:07:16 +01:00
Dmitriy Novozhilov
6a7cd0c811
[Test] Add ability to specify applicability of diagnostic to module or file
2021-01-22 13:51:19 +03:00
Mikhail Glukhikh
f2f00a4654
Fix BB test to work on JDK 6
2020-11-11 12:00:18 +03:00
Mikhail Glukhikh
f8e03786c0
Mute not relevant JS/WASM back ends for new BB tests
2020-11-10 21:07:09 +03:00
Juan Chen
9486f58fb1
[FIR] fix subtyping for definitely notnull types.
...
The current implementation doesn't consider Foo a subtype of Captured<in
Foo>!!, since AbstractTypeCheckerContext::checkSubtypeForSpecialCases
does not handle DefinitelyNotNullType cases. This PR adds handling of
DefinitelyNotNullType by looking at its original type.
^KT-42824 Fixed
2020-11-10 21:07:09 +03:00