summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/propertyNullabilityChanged/useAChild.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/propertyNullabilityChanged/useAChild.kt')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/propertyNullabilityChanged/useAChild.kt5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/propertyNullabilityChanged/useAChild.kt b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/propertyNullabilityChanged/useAChild.kt
deleted file mode 100644
index d654c8a23a2e..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/propertyNullabilityChanged/useAChild.kt
+++ /dev/null
@@ -1,5 +0,0 @@
-package foo
-
-fun useAChild(a: AChild) {
- val o: Any = a.x
-} \ No newline at end of file