[IR] add new testdata after rebase
This commit is contained in:
committed by
teamcityserver
parent
f9fe82e735
commit
ad0f154ed1
@@ -0,0 +1,41 @@
|
||||
class A {
|
||||
constructor() /* primary */ {
|
||||
super/*Any*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
private val b: <no name provided>
|
||||
field = { // BLOCK
|
||||
local class <no name provided> : DoubleExpression {
|
||||
constructor() /* primary */ {
|
||||
super/*DoubleExpression*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
override fun get(): Double {
|
||||
return 0.0D
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
<no name provided>()
|
||||
}
|
||||
private get
|
||||
|
||||
}
|
||||
|
||||
class C : DoubleExpression {
|
||||
constructor() /* primary */ {
|
||||
super/*DoubleExpression*/()
|
||||
/* <init>() */
|
||||
|
||||
}
|
||||
|
||||
override fun get(): Double {
|
||||
return 0.0D
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user