[Analysis API] fix typo in testdata filenames

This commit is contained in:
Ilya Kirillov
2022-12-05 11:09:12 +01:00
parent 8e70dbc7e3
commit 5477e2073f
9 changed files with 26 additions and 26 deletions
@@ -0,0 +1,8 @@
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE
private val _commonSettingsLazy: A = null = ob<caret>ject : A<Int> {
override fun x() {}
}
interface A<T> {
fun x()
}