
If the last entry of the package path contains a '.' the corresponding DIEs for its types will replace the '.' character with '%2e'. We must do the same when resolving the package path of the concrete type of an interface variable. Fixes #1137
6 lines
51 B
Go
6 lines
51 B
Go
package ioio
|
|
|
|
type SomeOtherType struct {
|
|
Y int
|
|
}
|