kotlin-compiler: 1.1-20170403.193854-443 (#452)

This commit is contained in:
SvyatoslavScherbina
2017-04-05 20:48:58 +03:00
committed by Nikolay Igotti
parent f5e3519d3a
commit 058bb728df
11 changed files with 21 additions and 30 deletions
@@ -16,9 +16,9 @@
package org.jetbrains.kotlin.cli.bc;
import com.sampullara.cli.Argument;
import org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments;
import org.jetbrains.kotlin.cli.common.arguments.ValueDescription;
import org.jetbrains.kotlin.cli.common.parser.com.sampullara.cli.Argument;
public class K2NativeCompilerArguments extends CommonCompilerArguments {
@Argument(value = "output", alias = "o", description = "Output file path")