changed default positioning strategy:
added special handling for JetObjectLiteralExpression
This commit is contained in:
committed by
Andrey Breslav
parent
d4c2a542eb
commit
531d337486
@@ -0,0 +1,9 @@
|
||||
trait A
|
||||
|
||||
trait B
|
||||
|
||||
fun test1(): B = <!TYPE_MISMATCH!>object : A<!> {
|
||||
}
|
||||
|
||||
fun test2(): B = <!TYPE_MISMATCH!>object<!> {
|
||||
}
|
||||
Reference in New Issue
Block a user