Refactor scripting - rename env vars to provided properties everywhere

This commit is contained in:
Ilya Chernikov
2018-12-06 16:31:58 +01:00
parent 9e5d04b836
commit 0b9770f8d1
11 changed files with 39 additions and 39 deletions
@@ -31,5 +31,5 @@ public interface ScriptDescriptor extends ClassDescriptor {
List<ClassDescriptor> getImplicitReceivers();
@NotNull
List<PropertyDescriptor> getScriptEnvironmentProperties();
List<PropertyDescriptor> getScriptProvidedProperties();
}