//KT-2382 trait T { final fun foo() = "OK" } class S : T { } fun box(): String = S().foo()