REPL: Fix REPL scripts metadata to be correctly recognized by class file decompiler
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ private data class TestData(
|
||||
}
|
||||
}
|
||||
|
||||
private object DummyFileAttributeService : FileAttributeService {
|
||||
object DummyFileAttributeService : FileAttributeService {
|
||||
override fun <T> write(file: VirtualFile, id: String, value: T, writeValueFun: (DataOutput, T) -> Unit): CachedAttributeData<T> {
|
||||
return CachedAttributeData(value, 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user