Vladimir Sukharev
|
3e2c662b6b
|
[FIR] Add testcases to throw class with unresolved parent.
^KT-60048 Fixed
|
2023-09-08 11:40:35 +00:00 |
|
Vladimir Sukharev
|
2a4681b91d
|
Adjust diagnostic tests for proper K1/N stdlib
^KT-58240
|
2023-09-05 11:42:46 +00:00 |
|
Victor Petukhov
|
27fa632630
|
[FE 1.0] Update test data with new error type representation
|
2022-03-23 21:13:33 +00:00 |
|
Svyatoslav Scherbina
|
c9f721848a
|
Fix Throws declaration in Native diagnostics tests
Align annotation target with real declaration in Native stdlib
|
2020-05-26 20:24:35 +03:00 |
|
Svyatoslav Scherbina
|
fa152593ef
|
Fix false-positive @Throws error diagnostics in Native
Don't report
THROWS_LIST_EMPTY and MISSING_EXCEPTION_IN_THROWS_ON_SUSPEND
caused by unresolved arguments.
|
2020-05-26 20:24:34 +03:00 |
|
Svyatoslav Scherbina
|
242d0aa26e
|
Add Native diagnostics for @Throws suspend fun
`@Throws suspend fun` must have CancellationException accepted.
Also add more tests.
|
2020-05-26 20:24:32 +03:00 |
|
Denis Zharkov
|
45481b214a
|
Use kotlin.Throws in NativeThrowsChecker
KT-35468
|
2020-04-26 23:08:45 +03:00 |
|
Svyatoslav Scherbina
|
829e5908d0
|
Allow Native @Throws on override when the same list is specified
|
2020-02-14 17:10:58 +03:00 |
|
Svyatoslav Scherbina
|
5eedba3903
|
Add Native-specific frontend checker for @Throws
|
2020-02-06 11:00:31 +03:00 |
|