package test; import jet.runtime.typeinfo.KotlinSignature; public class ExtraUpperBound { @KotlinSignature("fun foo() : String where A : Cloneable") public String foo() { throw new UnsupportedOperationException(); } }