FIR: add replaceSource to all FIR tree nodes

This commit is contained in:
Mikhail Glukhikh
2021-02-17 14:14:30 +03:00
parent b8d1bbdd0d
commit 742f1e0069
249 changed files with 807 additions and 95 deletions
@@ -47,6 +47,9 @@ class FirJavaTypeRef(
override fun <D> transformAnnotations(transformer: FirTransformer<D>, data: D): FirUserTypeRef {
return this
}
override fun replaceSource(newSource: FirSourceElement?) {
}
}
@FirBuilderDsl