// PROBLEM: none class Foo fun Foo?.equals(other: Foo?) = true fun bar(f1: Foo?, f2: Foo?) { if (f1.equals(f2)) { } }