File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
jvm/selfie-lib/src/commonMain/kotlin/com/diffplug/selfie Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -94,14 +94,5 @@ object Selfie {
9494 * control whether the VCR is writing or reading. If the caller lives in a package called
9595 * `selfie.*` it will keep looking up the stack trace until a caller is not inside `selfie.*`.
9696 */
97- @JvmStatic
98- @ExperimentalSelfieVcr
99- fun vcrTestLocator (sub : String = "") = VcrSelfie .TestLocator (sub, deferredDiskStorage)
97+ @JvmStatic fun vcrTestLocator (sub : String = "") = VcrSelfie .TestLocator (sub, deferredDiskStorage)
10098}
101-
102- @RequiresOptIn(
103- level = RequiresOptIn .Level .WARNING ,
104- message = " This API is in beta and may change in the future." )
105- @Retention(AnnotationRetention .BINARY )
106- @Target(AnnotationTarget .CLASS , AnnotationTarget .FUNCTION , AnnotationTarget .PROPERTY )
107- annotation class ExperimentalSelfieVcr
You can’t perform that action at this time.
0 commit comments