[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,7 @@
private val resolveMe: A = null = <expr>object : A<Int> {
override fun x() {}
}</expr>
interface A<T> {
fun x()
}