Minor testData: fixed -Xno-inline option at extraHelp.out
This commit is contained in:
committed by
Zalim Bashorov
parent
48bd71e0b6
commit
436fc33e84
@@ -1,5 +1,6 @@
|
|||||||
Usage: kotlinc-js <options> <source files>
|
Usage: kotlinc-js <options> <source files>
|
||||||
where advanced options include:
|
where advanced options include:
|
||||||
|
-Xno-inline Disable method inlining
|
||||||
|
|
||||||
Advanced options are non-standard and may be changed or removed without any notice.
|
Advanced options are non-standard and may be changed or removed without any notice.
|
||||||
OK
|
OK
|
||||||
@@ -2,8 +2,8 @@ Usage: kotlinc-jvm <options> <source files>
|
|||||||
where advanced options include:
|
where advanced options include:
|
||||||
-Xno-call-assertions Don't generate not-null assertion after each invocation of method returning not-null
|
-Xno-call-assertions Don't generate not-null assertion after each invocation of method returning not-null
|
||||||
-Xno-param-assertions Don't generate not-null assertions on parameters of methods accessible from Java
|
-Xno-param-assertions Don't generate not-null assertions on parameters of methods accessible from Java
|
||||||
-Xno-inline Disable method inlining
|
|
||||||
-Xno-optimize Disable optimizations
|
-Xno-optimize Disable optimizations
|
||||||
|
-Xno-inline Disable method inlining
|
||||||
|
|
||||||
Advanced options are non-standard and may be changed or removed without any notice.
|
Advanced options are non-standard and may be changed or removed without any notice.
|
||||||
OK
|
OK
|
||||||
Reference in New Issue
Block a user