Add -Xopt-in command line argument

As per https://github.com/Kotlin/KEEP/pull/201
This commit is contained in:
Alexander Udalov
2019-12-17 10:35:04 +01:00
parent cdbabf224f
commit e009c7064e
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -42,6 +42,7 @@ where advanced options include:
-Xnew-inference Enable new experimental generic type inference algorithm
-Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects
-Xno-inline Disable method inlining
-Xopt-in=<fq.name> Enable usages of API that requires opt-in with an opt-in requirement marker with the given fully qualified name
-Xphases-to-dump Dump backend state both before and after these phases
-Xphases-to-dump-after Dump backend state after these phases
-Xphases-to-dump-before Dump backend state before these phases
+1
View File
@@ -99,6 +99,7 @@ where advanced options include:
-Xnew-inference Enable new experimental generic type inference algorithm
-Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects
-Xno-inline Disable method inlining
-Xopt-in=<fq.name> Enable usages of API that requires opt-in with an opt-in requirement marker with the given fully qualified name
-Xphases-to-dump Dump backend state both before and after these phases
-Xphases-to-dump-after Dump backend state after these phases
-Xphases-to-dump-before Dump backend state before these phases