compiler: cleanup 'public', property access syntax

This commit is contained in:
Dmitry Jemerov
2016-01-07 17:57:35 +01:00
parent b72ea1ff07
commit 117a0d8b7b
488 changed files with 3147 additions and 3287 deletions
@@ -19,7 +19,7 @@ package org.jetbrains.kotlin.codegen
import com.intellij.testFramework.UsefulTestCase
import org.jetbrains.kotlin.test.ConfigurationKind
public class CustomBytecodeTextTest : AbstractBytecodeTextTest() {
class CustomBytecodeTextTest : AbstractBytecodeTextTest() {
fun testEnumMapping() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.ALL)
myFiles = CodegenTestFiles.create("whenMappingOrder.kt", """