From 5c2fd753891439be153fffd94d0a7809bca4a4fd Mon Sep 17 00:00:00 2001 From: Denis Zharkov Date: Mon, 12 Oct 2015 20:02:02 +0300 Subject: [PATCH] Minor. Clarified comments in test --- .../codegen/bytecodeText/builtinFunctions/removeAt.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/testData/codegen/bytecodeText/builtinFunctions/removeAt.kt b/compiler/testData/codegen/bytecodeText/builtinFunctions/removeAt.kt index 3be8d660cf8..d6bea2227ce 100644 --- a/compiler/testData/codegen/bytecodeText/builtinFunctions/removeAt.kt +++ b/compiler/testData/codegen/bytecodeText/builtinFunctions/removeAt.kt @@ -90,8 +90,8 @@ fun box( } /* -9 public final bridge remove\(I\) -> Bridges for removeAt from A2-A10 -7 public synthetic bridge remove\(I\)Ljava/lang/Object; -> Synthetic bridges from A2-A9 +9 public final bridge remove\(I\) -> Bridges for removeAt from A1-A10, but no in A9 (interface) +7 public synthetic bridge remove\(I\)Ljava/lang/Object; -> Synthetic bridges from A2-A7 + A10. None for A9 (interface) and A8 (inherited from ArrayList) 16 INVOKEVIRTUAL A[0-9]+.removeAt \(I\) -> calls in bridges 1 public remove\(Ljava/lang/Integer;\)Z -> implementation in A10 3 public abstract removeAt\(I\) -> A4, A6, A7