This will compile: ``` interface Test<out T>...
# announcements
m
This will compile:
Copy code
interface Test<out T> {
  fun test1(): T
  fun test2(provider: () -> @UnsafeVariance T): T
}