Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.3.0-rc1
-
xcode 8.1
Description
testNullReference() in the simple test project:
int &qq = *q doesn't display a value. The comments say it should display <null reference> but it says <not accessible> instead.