Label.java converted to Kotlin
(cherry picked from commit 3891d76)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
ea041661fb
commit
41ff51ca8c
+3
-6
@@ -14,11 +14,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jetbrains.kotlin.cfg;
|
package org.jetbrains.kotlin.cfg
|
||||||
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
interface Label {
|
||||||
|
val name: String
|
||||||
public interface Label {
|
|
||||||
@NotNull
|
|
||||||
String getName();
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user