CLOVIS
07/18/2025, 12:38 PMhfhbd
07/18/2025, 12:40 PMhfhbd
07/18/2025, 12:41 PMCLOVIS
07/18/2025, 12:42 PMdmitriy.novozhilov
07/18/2025, 12:43 PMfun f(x: Any) = x <!UNCHECKED_CAST!>as Array<String><!>
dmitriy.novozhilov
07/18/2025, 12:44 PM.kt
files with the code you want to test and generated method with @Test
annotation.
When you run the test, the framework runs the compiler over .kt
file and renders all reported warnings/errors directly inside this .kt
file in <!DIAGNOSTIC_NAME!>...code on which error is reported...<!>
formathfhbd
07/18/2025, 12:45 PMhfhbd
07/18/2025, 12:46 PMhfhbd
07/18/2025, 12:48 PM