Return-Path: X-Original-To: apmail-groovy-users-archive@minotaur.apache.org Delivered-To: apmail-groovy-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E2507188FB for ; Sat, 15 Aug 2015 13:17:48 +0000 (UTC) Received: (qmail 97752 invoked by uid 500); 15 Aug 2015 13:17:48 -0000 Delivered-To: apmail-groovy-users-archive@groovy.apache.org Received: (qmail 97720 invoked by uid 500); 15 Aug 2015 13:17:48 -0000 Mailing-List: contact users-help@groovy.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@groovy.incubator.apache.org Delivered-To: mailing list users@groovy.incubator.apache.org Received: (qmail 97710 invoked by uid 99); 15 Aug 2015 13:17:48 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2015 13:17:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 41125C085D for ; Sat, 15 Aug 2015 13:17:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id mi6-J-s4NuBt for ; Sat, 15 Aug 2015 13:17:47 +0000 (UTC) Received: from mail-vk0-f51.google.com (mail-vk0-f51.google.com [209.85.213.51]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id E3F4B20786 for ; Sat, 15 Aug 2015 13:17:46 +0000 (UTC) Received: by vkfi73 with SMTP id i73so39589272vkf.2 for ; Sat, 15 Aug 2015 06:17:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1cl3wCQgj3xACxKd0jP2kSzaehw7xi31BT5SMGh+JT8=; b=xcF0mH119S6V3MOUfAXjvX2eDFFXe0+hpHtVJzda6zQB8fRMOBzauyz++MqP+EAp0u tlCnVCAUnxuEiBymLcSbgLNj+r3EryhnTT9DkSkKxs40LLrquSMJKXsQApzdsubcG240 IodvRr5M2hk65uAw4ChrK+u4+9x3yg316a9/+PxzuOUDQMalnCdRykt8yMJZE0lMIaoO 8kt5yFvYkznR3QWR0f14orVFGY2KH5KerTr9Yvkg7i1c1X+hIIG3U2EiG/QmYHchxz4T QtZzlxdnbXMpPH6+UFnCuwgXGg+7awCYiNRo0Vkg85bcvX/oc65Rh9fwlXBcMJW+Vt9S HVWg== MIME-Version: 1.0 X-Received: by 10.53.6.38 with SMTP id cr6mr63412680vdd.54.1439644659888; Sat, 15 Aug 2015 06:17:39 -0700 (PDT) Received: by 10.31.131.75 with HTTP; Sat, 15 Aug 2015 06:17:39 -0700 (PDT) Received: by 10.31.131.75 with HTTP; Sat, 15 Aug 2015 06:17:39 -0700 (PDT) Date: Sat, 15 Aug 2015 18:47:39 +0530 Message-ID: Subject: Help In Groovy 7542 From: Anto Aravinth To: users@groovy.incubator.apache.org Content-Type: multipart/alternative; boundary=001a113400448e380f051d5964e6 --001a113400448e380f051d5964e6 Content-Type: text/plain; charset=UTF-8 Hi, I'm trying to solve one of the issues that is been reported in JIRA. The id is Groovy 7542. While I'm understanding the source of Static type checker, there comes a method called trySubscript in StaticTypesCallSiteWriter.java. Want to know what that method does. Thanks. --001a113400448e380f051d5964e6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Hi,

=C2=A0=C2=A0=C2=A0=C2=A0 I'm trying to solve one of the = issues that is been reported in JIRA. The id is Groovy 7542.

While I'm understanding the source of Static type checke= r, there comes a method called trySubscript in StaticTypesCallSiteWriter.ja= va.

Want to know what that method does.

Thanks.

--001a113400448e380f051d5964e6--