- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
P1: Critical
 - 
    5.15.0
 - 
    Microsoft Visual C++ Compiler 16.7.30413.136
 
- 
        
 - 
        3eb9ee34c06d54ea21fedd3188c60e536a487b1c
 
When using the Microsoft Visual C++ compiler, the example crashes when executed:
import QtQuick 2.15 import QtQuick.Controls 2.15 ApplicationWindow { id: root visible: true width: 800 height: 600 component A : QtObject {} component B : QtObject {} }
However, if you declare only one inline component, it works as intended.