// IGNORE_BACKEND: JVM_IR package test interface Trait { fun simple() { } fun generic(list: List) { } }