JetDiagnosticsTest migrated to TestGenerator
- test data files renamed from *.jet to *.kt
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun ff(<!UNUSED_PARAMETER!>a<!>: String) = 1
|
||||
|
||||
fun gg() {
|
||||
val a: String? = ""
|
||||
|
||||
if (a != null) {
|
||||
ff(a)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user