[VISUALIZER] Add some tests to ignore list
This commit is contained in:
committed by
TeamCityServer
parent
919591909e
commit
ca1b20c7f4
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IGNORE
|
||||
fun test1(s: String?) contract [returnsNotNull()] {
|
||||
// [ERROR: not resolved]
|
||||
// │
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IGNORE
|
||||
// new contracts syntax for property accessors
|
||||
class MyClass {
|
||||
// Int Int
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IGNORE
|
||||
// new contracts syntax for simple functions
|
||||
// [ERROR : MyClass]? [ERROR: unknown type] [ERROR: unknown type]
|
||||
// │ │ │
|
||||
|
||||
Reference in New Issue
Block a user