-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I'm getting the following error when trying to use a Map
panic: interface conversion: interface {} is nil, not *ast.ClassType
go run . run -f Test.cls -a "Test#testMap"
public class Test {
public static void testMap() {
Map<String,String> info = new Map<String,String>();
info.put('age', '5');
info.put('name', 'Doug');
System.debug(info.keySet());
}
}
tzmfreedom
Metadata
Metadata
Assignees
Labels
No labels