1 import com.example.Bar 2 import com.example.Foo 3 mainnull4 fun main() { 5 println(Bar().toString()) 6 println(Foo().toString()) 7 } 8