Pill: Move project model out of parser file
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user