From 9b9de261bd66333885adb7b36f1dd133d00cfe13 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Wed, 24 Apr 2024 16:51:20 -0400 Subject: go/types: add Alias.Rhs This method returns the type on the right-hand side of an alias declaration such as type L = R. Fixes #66559 Change-Id: I396f2d999680ad251f47cdde20856ae20fc1c40a Reviewed-on: https://go-review.googlesource.com/c/go/+/581615 LUCI-TryBot-Result: Go LUCI Auto-Submit: Alan Donovan Reviewed-by: Robert Griesemer --- api/next/66559.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 api/next/66559.txt (limited to 'api') diff --git a/api/next/66559.txt b/api/next/66559.txt new file mode 100644 index 0000000000..8b83bcca40 --- /dev/null +++ b/api/next/66559.txt @@ -0,0 +1 @@ +pkg go/types, method (*Alias) Rhs() Type #66559 -- cgit v1.2.3-54-g00ecf