Switch JvmBackendContext to CommonBackendContext

(cherry picked from commit 5d4736c)
This commit is contained in:
Mikhael Bogdanov
2017-05-31 12:03:10 +02:00
parent f963b8bd42
commit e16bdd4287
3 changed files with 104 additions and 5 deletions
@@ -28,6 +28,8 @@ interface CommonBackendContext : BackendContext {
//TODO move to builtins
fun getInternalClass(name: String): ClassDescriptor
fun getClass(fqName: FqName): ClassDescriptor
//TODO move to builtins
fun getInternalFunctions(name: String): List<FunctionDescriptor>