remove incorrect JVM-specific note

This commit is contained in:
Dmitry Jemerov
2015-03-02 13:25:31 +01:00
parent 78cb983bd0
commit 595eacb099
+1 -1
View File
@@ -33,7 +33,7 @@ public annotation class noinline
public annotation class inline(public val strategy: InlineStrategy = InlineStrategy.AS_FUNCTION)
/**
* Specifies the strategy for JVM bytecode generation for an inline function.
* Specifies the strategy for code generation for an inline function.
*/
public enum class InlineStrategy {
/**