[VISUALIZER] Add some tests to ignore list
This commit is contained in:
committed by
TeamCityServer
parent
919591909e
commit
ca1b20c7f4
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
//constructor annotation/Target(vararg annotation/AnnotationTarget)
|
//constructor annotation/Target(vararg annotation/AnnotationTarget)
|
||||||
//│ enum class annotation/AnnotationTarget: Enum<annotation/AnnotationTarget>
|
//│ enum class annotation/AnnotationTarget: Enum<annotation/AnnotationTarget>
|
||||||
//│ │ enum entry annotation/AnnotationTarget.ANNOTATION_CLASS
|
//│ │ enum entry annotation/AnnotationTarget.ANNOTATION_CLASS
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
object A {
|
object A {
|
||||||
constructor()
|
constructor()
|
||||||
init {}
|
init {}
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
private fun resolveAccessorCall(
|
private fun resolveAccessorCall(
|
||||||
// [ERROR : PropertyDescriptor]
|
// [ERROR : PropertyDescriptor]
|
||||||
// │
|
// │
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
fun test1(s: String?) contract [returnsNotNull()] {
|
fun test1(s: String?) contract [returnsNotNull()] {
|
||||||
// [ERROR: not resolved]
|
// [ERROR: not resolved]
|
||||||
// │
|
// │
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
// new contracts syntax for property accessors
|
// new contracts syntax for property accessors
|
||||||
class MyClass {
|
class MyClass {
|
||||||
// Int Int
|
// Int Int
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
// new contracts syntax for simple functions
|
// new contracts syntax for simple functions
|
||||||
// [ERROR : MyClass]? [ERROR: unknown type] [ERROR: unknown type]
|
// [ERROR : MyClass]? [ERROR: unknown type] [ERROR: unknown type]
|
||||||
// │ │ │
|
// │ │ │
|
||||||
|
|||||||
Vendored
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
// Should have raw description
|
// Should have raw description
|
||||||
fun test_1() {
|
fun test_1() {
|
||||||
// [ERROR: not resolved]
|
// [ERROR: not resolved]
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
// package kotlin
|
// package kotlin
|
||||||
// │
|
// │
|
||||||
import kotlin.properties.ReadWriteProperty
|
import kotlin.properties.ReadWriteProperty
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
open class Base<T>(val x: T)
|
open class Base<T>(val x: T)
|
||||||
|
|
||||||
// constructor Base<T>(T)
|
// constructor Base<T>(T)
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
fun test() {
|
fun test() {
|
||||||
// test.<no name provided>
|
// test.<no name provided>
|
||||||
// │
|
// │
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
fun main() {
|
fun main() {
|
||||||
// [ERROR: not resolved]
|
// [ERROR: not resolved]
|
||||||
// │ [ERROR: not resolved]
|
// │ [ERROR: not resolved]
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
// T fun (() -> T).invoke(): T
|
// T fun (() -> T).invoke(): T
|
||||||
// │ │
|
// │ │
|
||||||
fun <T> run(block: () -> T): T = block()
|
fun <T> run(block: () -> T): T = block()
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// FIR_IGNORE
|
||||||
fun test() {
|
fun test() {
|
||||||
// class Array<T>: Any, Cloneable, java/io/Serializable
|
// class Array<T>: Any, Cloneable, java/io/Serializable
|
||||||
// │
|
// │
|
||||||
|
|||||||
Reference in New Issue
Block a user