Pill: Move project model out of parser file

This commit is contained in:
Yan Zhulanow
2020-09-04 05:09:44 +09:00
parent e4ce48d9ef
commit 6da03c0cda
12 changed files with 467 additions and 416 deletions
+1
View File
@@ -5,6 +5,7 @@
package org.jetbrains.kotlin.pill
import org.jetbrains.kotlin.pill.model.*
import java.io.File
class PFile(val path: File, private val text: String) {