package foo.bar fun String.fooBarTopLevelMethodExt(x: Int = 1) {} class Class3 { fun String.fooBarMethodExt(x: Int = 1) {} }