Remove deprecated declarations from project code, cleanup usages

This commit is contained in:
Alexander Udalov
2017-03-21 12:39:30 +03:00
parent 6a049c9ab5
commit 579238c3be
16 changed files with 18 additions and 59 deletions
@@ -63,7 +63,7 @@ class KotlinBinaryClassCache : Disposable {
}
val aClass = ApplicationManager.getApplication().runReadAction(Computable {
//noinspection deprecation
@Suppress("DEPRECATION")
VirtualFileKotlinClass.create(file, fileContent)
})