
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
47 B
Go
6 lines
47 B
Go
package dirio
|
|
|
|
type SomeType struct {
|
|
X int
|
|
}
|