package test; import jet.runtime.typeinfo.KotlinSignature; import java.io.Serializable; public class AllBoundsInWhen { @KotlinSignature("fun foo() where T: Serializable") public void foo() { throw new UnsupportedOperationException(); } }