We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4d504 commit 9e32e77Copy full SHA for 9e32e77
os/src-jvm/package.scala
@@ -59,6 +59,7 @@ package object os {
59
60
val sub: SubPath = SubPath.sub
61
62
+ @experimental
63
val checker: DynamicVariable[Checker] = new DynamicVariable[Checker](Checker.Nop)
64
65
/**
os/src-native/package.scala
@@ -52,6 +52,7 @@ package object os {
52
53
54
55
56
57
58
0 commit comments