// "Convert to anonymous object" "false" // ACTION: Introduce import alias // ERROR: Interface I does not have constructors interface I { fun foo(): String fun bar(): Unit } fun test() { I { } }