Fix FE1.0 intention test

This commit is contained in:
Ilya Kirillov
2021-06-12 20:31:10 +02:00
committed by TeamCityServer
parent 235f4200df
commit 7d7782e8ff
@@ -1,4 +1,5 @@
// IS_APPLICABLE: false
// ERROR: Const 'val' are only allowed on top level or in objects
class Test {
const val x<caret> = 1
}