mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
[testFramework] Add variance to interface
GitOrigin-RevId: 7f67391587d66728018f1c98f068771717c2ef0f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f8987b1eb5
commit
d899b2d71d
@@ -28,7 +28,7 @@ fun <T> testFixture(debugString: String = "", initializer: TestFixtureInitialize
|
||||
return TestFixtureImpl(debugString, initializer)
|
||||
}
|
||||
|
||||
sealed interface TestFixture<T> {
|
||||
sealed interface TestFixture<out T> {
|
||||
|
||||
/**
|
||||
* Gets value from an initialized fixture.
|
||||
|
||||
Reference in New Issue
Block a user