Files
kotlin-fork/jps/jps-plugin/testData/incremental/pureKotlin/renameFileWithClassesOnly/foo1.kt.new
T
Ilya Chernikov 5abdf93d3b 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.
2022-03-30 08:32:17 +00:00

4 lines
36 B
Plaintext
Vendored

package foo
class A(val x: Int) {}