IC: Add IC test with fix on rename file with only class inside

"fails" on JS and JPS tests - the IC logic there is less precise.
This commit is contained in:
Ilya Chernikov
2022-01-14 15:59:55 +01:00
committed by teamcity
parent 3220900abe
commit 5abdf93d3b
20 changed files with 115 additions and 5 deletions
@@ -0,0 +1,3 @@
package foo
class A(val x: Int) {}